home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / clickfest3.swf / scripts / frame_33 / PlaceObject2_111_97 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2008-09-16  |  217 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.gametimer <= 22 && _root.lengths < 0.5)
  3.    {
  4.       _root.cheater.play();
  5.    }
  6.    if(_root.gametimer <= 70 && _root.lengths > 0.5)
  7.    {
  8.       _root.cheater.play();
  9.    }
  10. }
  11.